public marks

PUBLIC MARKS from dzc with tags css & "conception web"

2013

2012

2011

Griddle.it - Web page alignment made easy

Just put your dimensions after our URL to get a background guide image to work with. Grids are created on the fly, so any combination should work.

2010

Gérer les débordements de contenu grâce à CSS - Alsacréations

by 2 others (via)
# overflow: hidden : circulez, y'a rien à voir ! # La césure avec word-wrap : chérie, ça va couper ! # Les points de suspension avec text-overflow # Fixer des limites avec max-width

The Real Performance Overhead of CSS Expressions Performance, Scalability and Architecture – Java and .NET Application Performance Management (dynaTrace Blog)

CSS expressions are a powerful (and dangerous) way to set CSS properties dynamically” … and … “The problem with expressions is that they are evaluated more frequently than most people expect”

2009

Overcome Your Caching Conundrums [Server Side Essentials]

ealing with browser caching is a balancing act. On one hand, you aim to minimize load times and bandwidth use by ensuring that images, scripts, and style sheets are cached by your visitors; however, you still want to ensure that they’re accessing the most recent versions of all your files. In this article, I’ll show you a few methods for controlling how your site’s files are cached by browsers so you can achieve the best of both worlds: maintaining optimal performance while ensuring that any updates are seen immediately, without a hitch by all of your users.